.curtain{}
.curtain img{ width: 6.48rem;  position: absolute; left: 50%; margin-left: -3.24rem; top: 1rem;z-index: 1000}
.leftcurtain {
	width: 50%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 2;
	background: #850d16;
}
.rightcurtain {
	width: 50%;
	height: 100%;
	right: 0px;
	top: 0px;
	position: absolute;
	z-index: 3;
	background: #850d16;
}
.rightcurtain img, .leftcurtain img {
	width: 100%;
	height: 100%;
}

.rope {
	position: absolute;
	top: -40px;
	left: 70%;
	z-index: 4;
}
